Fix use of int instead of EMACS_INT in search.c and region-cache.c.
authorEli Zaretskii <eliz@gnu.org>
Thu, 23 Sep 2010 18:35:11 +0000 (14:35 -0400)
committerEli Zaretskii <eliz@gnu.org>
Thu, 23 Sep 2010 18:35:11 +0000 (14:35 -0400)
commit0f897f58a97e6fc2b4b7d15fa158f740481bf68b
treed19253286ab21d2297bb855d58ba9c09585a0548
parent652cf2b23723d56f2d47101e2b408b9fcdae14b5
Fix use of int instead of EMACS_INT in search.c and region-cache.c.

 indent.c (compute_motion): Use EMACS_INT for arguments to
 region_cache_forward.
 region-cache.c (struct boundary, struct region_cache): Use
 EMACS_INT for positions.
 (find_cache_boundary, move_cache_gap, insert_cache_boundary)
 (delete_cache_boundaries, set_cache_region)
 (invalidate_region_cache, know_region_cache)
 (region_cache_forward, region_cache_backward, pp_cache): Use
 EMACS_INT for buffer positions.
 region-cache.h (know_region_cache, invalidate_region_cache)
 (region_cache_forward, region_cache_backward): Adjust prototypes.
 search.c (string_match_1, fast_c_string_match_ignore_case)
 (looking_at_1, scan_buffer, scan_newline)
 (find_next_newline_no_quit, find_before_next_newline)
 (search_command, trivial_regexp_p, search_buffer, simple_search)
 (boyer_moore, wordify, Freplace_match): Use EMACS_INT for buffer
 and string positions and length.
 lisp.h (scan_buffer, scan_newline, find_next_newline_no_quit)
 (find_before_next_newline): Adjust prototypes.
src/ChangeLog
src/indent.c
src/lisp.h
src/region-cache.c
src/region-cache.h
src/search.c